Skip to content

Latest commit

 

History

History
 
 

2. XSS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Cross-Site Scripting

A sample website with the XSS vulnerability.

Execution

docker compose up -d

The website runs on http://localhost:8080.

Try entering malicious script and style tags into the comments.

To connect to the database from command-line, use the following:

docker run --rm -it --network <network> mysql mysql -hdatabase -uroot -p

Made with ❤ by Param.